ApplicationDetail

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see /kinesisanalytics/latest/apiv2/Welcome.html.

Provides a description of the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the application.

Link copied to clipboard

Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.

Link copied to clipboard

Description of the application.

Link copied to clipboard

Name of the application.

Link copied to clipboard

Status of the application.

Link copied to clipboard

Provides the current application version.

Link copied to clipboard

Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

Link copied to clipboard

Time stamp when the application version was created.

Link copied to clipboard

Describes the application input configuration. For more information, see Configuring Application Input.

Link copied to clipboard

Time stamp when the application was last updated.

Link copied to clipboard

Describes the application output configuration. For more information, see Configuring Application Output.

Link copied to clipboard

Describes reference data sources configured for the application. For more information, see Configuring Application Input.

Functions

Link copied to clipboard
inline fun copy(block: ApplicationDetail.Builder.() -> Unit = {}): ApplicationDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String