The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::KinesisAnalytics::ApplicationDetail

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::KinesisAnalytics::ApplicationDetail object:

  $service_obj->Method(Att1 => { ApplicationARN => $value, ..., ReferenceDataSourceDescriptions => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::KinesisAnalytics::ApplicationDetail object:

  $result = $service_obj->Method(...);
  $result->Att1->ApplicationARN

DESCRIPTION

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.

ATTRIBUTES

REQUIRED ApplicationARN => Str

ARN of the application.

ApplicationCode => Str

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

ApplicationDescription => Str

Description of the application.

REQUIRED ApplicationName => Str

Name of the application.

REQUIRED ApplicationStatus => Str

Status of the application.

REQUIRED ApplicationVersionId => Int

Provides the current application version.

CloudWatchLoggingOptionDescriptions => ArrayRef[Paws::KinesisAnalytics::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 (https://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html).

CreateTimestamp => Str

Time stamp when the application version was created.

InputDescriptions => ArrayRef[Paws::KinesisAnalytics::InputDescription]

Describes the application input configuration. For more information, see Configuring Application Input (https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html).

LastUpdateTimestamp => Str

Time stamp when the application was last updated.

OutputDescriptions => ArrayRef[Paws::KinesisAnalytics::OutputDescription]

Describes the application output configuration. For more information, see Configuring Application Output (https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html).

ReferenceDataSourceDescriptions => ArrayRef[Paws::KinesisAnalytics::ReferenceDataSourceDescription]

Describes reference data sources configured for the application. For more information, see Configuring Application Input (https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html).

SEE ALSO

This class forms part of Paws, describing an object used in Paws::KinesisAnalytics

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues