ApplicationDetail

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

Types

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

Properties

Link copied to clipboard

The ARN of the application.

Link copied to clipboard

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

Link copied to clipboard

The description of the application.

The details of the maintenance configuration for the application.

Link copied to clipboard

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.

Link copied to clipboard

The name of the application.

Link copied to clipboard

The status of the application.

Link copied to clipboard

Provides the current application version. Kinesis Data Analytics updates the ApplicationVersionId each time you update the application.

Link copied to clipboard

If you reverted the application using RollbackApplication, the application version when RollbackApplication was called.

Link copied to clipboard

The version to which you want to roll back the application.

Link copied to clipboard

The previous application version before the latest application update. RollbackApplication reverts the application to this version.

Link copied to clipboard

Describes the application Amazon CloudWatch logging options.

Link copied to clipboard

A value you use to implement strong concurrency for application updates.

Link copied to clipboard

The current timestamp when the application was created.

Link copied to clipboard

The current timestamp when the application was last updated.

Link copied to clipboard

The runtime environment for the application.

Link copied to clipboard

Specifies the IAM role that the application uses to access external resources.

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