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
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationDetail
- 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
-
#application_arn ⇒ String
The ARN of the application.
-
#application_configuration_description ⇒ Types::ApplicationConfigurationDescription
Provides details about the application\'s Java, SQL, or Scala code and starting parameters.
-
#application_description ⇒ String
The description of the application.
-
#application_name ⇒ String
The name of the application.
-
#application_status ⇒ String
The status of the application.
-
#application_version_id ⇒ Integer
Provides the current application version.
-
#cloud_watch_logging_option_descriptions ⇒ Array<Types::CloudWatchLoggingOptionDescription>
Describes the application Amazon CloudWatch logging options.
-
#create_timestamp ⇒ Time
The current timestamp when the application was created.
-
#last_update_timestamp ⇒ Time
The current timestamp when the application was last updated.
-
#runtime_environment ⇒ String
The runtime environment for the application (
SQL-1.0
,FLINK-1_6
, orFLINK-1_8
). -
#service_execution_role ⇒ String
Specifies the IAM role that the application uses to access external resources.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application.
#application_configuration_description ⇒ Types::ApplicationConfigurationDescription
Provides details about the application\'s Java, SQL, or Scala code and starting parameters.
#application_description ⇒ String
The description of the application.
#application_name ⇒ String
The name of the application.
#application_status ⇒ String
The status of the application.
Possible values:
- DELETING
- STARTING
- STOPPING
- READY
- RUNNING
- UPDATING
- AUTOSCALING
- FORCE_STOPPING
#application_version_id ⇒ Integer
Provides the current application version. Kinesis Data Analytics updates
the ApplicationVersionId
each time you update the application.
#cloud_watch_logging_option_descriptions ⇒ Array<Types::CloudWatchLoggingOptionDescription>
Describes the application Amazon CloudWatch logging options.
#create_timestamp ⇒ Time
The current timestamp when the application was created.
#last_update_timestamp ⇒ Time
The current timestamp when the application was last updated.
#runtime_environment ⇒ String
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
#service_execution_role ⇒ String
Specifies the IAM role that the application uses to access external resources.