Package-level declarations

Types

Link copied to clipboard

Describes code configuration for an application.

Link copied to clipboard

Describes code configuration for an application.

Link copied to clipboard

Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.

Link copied to clipboard

Specifies the creation parameters for a Kinesis Data Analytics application.

Link copied to clipboard

Describes details about the application code and starting parameters for a Kinesis Data Analytics application.

Link copied to clipboard

Describes updates to an application's configuration.

Link copied to clipboard

Describes the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configurations.

The details of the maintenance configuration for the application.

Describes the updated maintenance configuration for the application.

Link copied to clipboard
sealed class ApplicationMode
Link copied to clipboard

Specifies the method and snapshot to use when restarting an application using previously saved application state.

Link copied to clipboard
Link copied to clipboard

Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.

Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

Describes updates to whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard
sealed class ApplicationStatus
Link copied to clipboard

Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.

Link copied to clipboard

The summary of the application version.

Link copied to clipboard
sealed class ArtifactType
Link copied to clipboard

The configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.

Link copied to clipboard

The configuration parameters for the default Amazon Glue database. You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.

Link copied to clipboard

Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.

Link copied to clipboard

Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.

Link copied to clipboard

Describes checkpointing parameters for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

Describes updates to the checkpointing parameters for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).

Link copied to clipboard

Describes the Amazon CloudWatch logging option.

Link copied to clipboard

Describes the Amazon CloudWatch logging option updates.

Link copied to clipboard

Specifies either the application code, or the location of the application code, for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

Describes details about the code of a Kinesis Data Analytics application.

Link copied to clipboard
sealed class CodeContentType
Link copied to clipboard

Describes an update to the code of an application. Not supported for Apache Zeppelin.

Link copied to clipboard

The user-provided application code (query) is not valid. This can be a simple syntax error.

Link copied to clipboard

Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

Link copied to clipboard
sealed class ConfigurationType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\n' as the row delimiter and a comma (",") as the column delimiter:

Link copied to clipboard

Specifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).

Link copied to clipboard

Specifies a dependency JAR or a JAR of user-defined functions.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.

The configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.

Link copied to clipboard

Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.

Link copied to clipboard

Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.

Link copied to clipboard

Describes execution properties for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

Describes the execution properties for an Apache Flink runtime.

Link copied to clipboard

Describes updates to the execution property groups for a Flink-based Kinesis Data Analytics application or a Studio notebook.

Link copied to clipboard

Describes configuration parameters for a Flink-based Kinesis Data Analytics application or a Studio notebook.

Link copied to clipboard

Describes configuration parameters for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

Describes updates to the configuration parameters for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

Describes the starting parameters for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard

The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.

Link copied to clipboard

The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.

Link copied to clipboard

Updates to the configuration of the Glue Data Catalog that you use for SQL queries that you write in a Kinesis Data Analytics Studio notebook.

Link copied to clipboard
class Input

When you configure the application input for a SQL-based Kinesis Data Analytics application, you specify the streaming source, the in-application stream name that is created, and the mapping between the two.

Link copied to clipboard

Describes the application input configuration for a SQL-based Kinesis Data Analytics application.

Link copied to clipboard

An object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in the stream in a SQL-based Kinesis Data Analytics application.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, an object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in the stream.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, provides updates to the parallelism count.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is Amazon Lambda.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, provides the configuration information about an input processor. Currently, the only input processor available is Amazon Lambda.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes updates to an InputProcessingConfiguration.

Link copied to clipboard

Describes updates for an SQL-based Kinesis Data Analytics application's input schema.

Link copied to clipboard
Link copied to clipboard

Describes the point at which the application reads from the streaming source.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified by the InputId of an application).

Link copied to clipboard

The user-provided application configuration is not valid.

Link copied to clipboard

The specified input parameter value is not valid.

Link copied to clipboard

The request JSON is not valid for the operation.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.

Link copied to clipboard

Base class for all service related exceptions thrown by the KinesisAnalyticsV2 client

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN).

Link copied to clipboard

Describes the Amazon Kinesis Data Firehose delivery stream that is configured as the streaming source in the application input configuration.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, when updating application input configuration, provides information about a Kinesis Data Firehose delivery stream as the streaming source.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) of the delivery stream.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application's output, describes the Kinesis Data Firehose delivery stream that is configured as its destination.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, when updating an output configuration using the UpdateApplication operation, provides information about a Kinesis Data Firehose delivery stream that is configured as the destination.

Link copied to clipboard

Identifies a Kinesis data stream as the streaming source. You provide the stream's Amazon Resource Name (ARN).

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the Kinesis data stream that is configured as the streaming source in the application input configuration.

Link copied to clipboard

When you update the input configuration for a SQL-based Kinesis Data Analytics application, provides information about a Kinesis stream as the streaming source.

Link copied to clipboard

When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination. You provide the stream Amazon Resource Name (ARN).

Link copied to clipboard

For an SQL-based Kinesis Data Analytics application's output, describes the Kinesis data stream that is configured as its destination.

Link copied to clipboard

When you update a SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about a Kinesis data stream that is configured as the destination.

Link copied to clipboard

When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination. You provide the function Amazon Resource Name (ARN) of the Lambda function.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application's output, describes the Amazon Lambda function that is configured as its destination.

Link copied to clipboard

When you update an SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about an Amazon Lambda function that is configured as the destination.

Link copied to clipboard

The number of allowed resources has been exceeded.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class LogLevel
Link copied to clipboard

When you configure a SQL-based Kinesis Data Analytics application's input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

Link copied to clipboard

The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.

Link copied to clipboard
sealed class MetricsLevel
Link copied to clipboard

Describes configuration parameters for Amazon CloudWatch logging for an application. For more information about CloudWatch logging, see Monitoring.

Link copied to clipboard

Describes configuration parameters for CloudWatch logging for an application.

Link copied to clipboard

Describes updates to configuration parameters for Amazon CloudWatch logging for an application.

Link copied to clipboard
class Output

Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes updates to the output configuration identified by the OutputId.

Link copied to clipboard

Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously. For more information about parallelism, see Parallel Execution in the Apache Flink Documentation.

Link copied to clipboard

Describes parameters for how a Flink-based Kinesis Data Analytics application executes multiple tasks simultaneously.

Link copied to clipboard

Describes updates to parameters for how an application executes multiple tasks simultaneously.

Link copied to clipboard

Property key-value pairs passed into an application.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

Link copied to clipboard
sealed class RecordFormatType
Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the reference data source configured for an application.

Link copied to clipboard

When you update a reference data source configuration for a SQL-based Kinesis Data Analytics application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created.

Link copied to clipboard

The application is not available for this operation.

Link copied to clipboard

Specified application can't be found.

Discovery failed to get a record from the streaming source because of the Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords in the Amazon Kinesis Streams API Reference.

Link copied to clipboard

Describes the starting parameters for an Kinesis Data Analytics application.

Link copied to clipboard

Describes the starting properties for a Kinesis Data Analytics application.

Link copied to clipboard

Describes the updates to the starting parameters for a Kinesis Data Analytics application.

Link copied to clipboard
sealed class RuntimeEnvironment
Link copied to clipboard

Describes the location of an application's code stored in an S3 bucket.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket and the name of the Amazon S3 object that contains the data.

Link copied to clipboard

The S3 bucket that holds the application information.

Link copied to clipboard

The description of the S3 base location that holds the application.

Link copied to clipboard

The information required to update the S3 base location that holds the application.

Link copied to clipboard

For a Kinesis Data Analytics application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

Link copied to clipboard

Describes an update for the Amazon S3 code content location for an application.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, provides the bucket name and object key name that stores the reference data.

Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.

Link copied to clipboard

The service cannot complete the request.

Link copied to clipboard

Provides details about a snapshot of application state.

Link copied to clipboard
sealed class SnapshotStatus
Link copied to clipboard

For a SQL-based Kinesis Data Analytics application, describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

Link copied to clipboard

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

Link copied to clipboard

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

Link copied to clipboard

Describes updates to the input streams, destination streams, and reference data sources for a SQL-based Kinesis Data Analytics application.

Link copied to clipboard

Describes the starting parameters for a SQL-based Kinesis Data Analytics application.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Tag

A key-value pair (the value is optional) that you can define and assign to Amazon resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.

Link copied to clipboard

The data format is not valid. Kinesis Data Analytics cannot detect the schema for the given streaming source.

Link copied to clipboard

The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class UrlType
Link copied to clipboard

Describes the parameters of a VPC used by the application.

Link copied to clipboard

Describes the parameters of a VPC used by the application.

Link copied to clipboard

Describes updates to the VPC configuration used by the application.

Link copied to clipboard

The configuration of a Kinesis Data Analytics Studio notebook.

The configuration of a Kinesis Data Analytics Studio notebook.

Link copied to clipboard

Updates to the configuration of Kinesis Data Analytics Studio notebook.

Link copied to clipboard

Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see Monitoring.

The monitoring configuration for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.

Link copied to clipboard

Updates to the monitoring configuration for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.