You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::ApplicationDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The ARN of the application.

Returns:

  • (String)

    The ARN of the application.

#application_configuration_descriptionTypes::ApplicationConfigurationDescription

Provides details about the application\'s Java, SQL, or Scala code and starting parameters.

Returns:

#application_descriptionString

The description of the application.

Returns:

  • (String)

    The description of the application.

#application_nameString

The name of the application.

Returns:

  • (String)

    The name of the application.

#application_statusString

The status of the application.

Possible values:

  • DELETING
  • STARTING
  • STOPPING
  • READY
  • RUNNING
  • UPDATING
  • AUTOSCALING
  • FORCE_STOPPING

Returns:

  • (String)

    The status of the application.

#application_version_idInteger

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

Returns:

  • (Integer)

    Provides the current application version.

#cloud_watch_logging_option_descriptionsArray<Types::CloudWatchLoggingOptionDescription>

Describes the application Amazon CloudWatch logging options.

Returns:

#create_timestampTime

The current timestamp when the application was created.

Returns:

  • (Time)

    The current timestamp when the application was created.

#last_update_timestampTime

The current timestamp when the application was last updated.

Returns:

  • (Time)

    The current timestamp when the application was last updated.

#runtime_environmentString

The runtime environment for the application (SQL-1.0, FLINK-1_6, or FLINK-1_8).

Possible values:

  • SQL-1_0
  • FLINK-1_6
  • FLINK-1_8
  • FLINK-1_11

Returns:

  • (String)

    The runtime environment for the application (SQL-1.0, FLINK-1_6, or FLINK-1_8).

#service_execution_roleString

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

Returns:

  • (String)

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