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

Class: Aws::KinesisAnalytics::Types::ApplicationDetail

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

Overview

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 Amazon Kinesis Data Analytics API V2 Documentation.

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

ARN of the application.

Returns:

  • (String)

    ARN of the application.

#application_codeString

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

Returns:

  • (String)

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

#application_descriptionString

Description of the application.

Returns:

  • (String)

    Description of the application.

#application_nameString

Name of the application.

Returns:

  • (String)

    Name of the application.

#application_statusString

Status of the application.

Possible values:

  • DELETING
  • STARTING
  • STOPPING
  • READY
  • RUNNING
  • UPDATING

Returns:

  • (String)

    Status of the application.

#application_version_idInteger

Provides the current application version.

Returns:

  • (Integer)

    Provides the current application version.

#cloud_watch_logging_option_descriptionsArray<Types::CloudWatchLoggingOptionDescription>

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.

Returns:

#create_timestampTime

Time stamp when the application version was created.

Returns:

  • (Time)

    Time stamp when the application version was created.

#input_descriptionsArray<Types::InputDescription>

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

Returns:

#last_update_timestampTime

Time stamp when the application was last updated.

Returns:

  • (Time)

    Time stamp when the application was last updated.

#output_descriptionsArray<Types::OutputDescription>

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

Returns:

#reference_data_source_descriptionsArray<Types::ReferenceDataSourceDescription>

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

Returns: