PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::KinesisAnalytics::ApplicationDetail; use Moose; has ApplicationARN => (is => 'ro', isa => 'Str', required => 1); has ApplicationCode => (is => 'ro', isa => 'Str'); has ApplicationDescription => (is => 'ro', isa => 'Str'); has ApplicationName => (is => 'ro', isa => 'Str', required => 1); has ApplicationStatus => (is => 'ro', isa => 'Str', required => 1); has ApplicationVersionId => (is => 'ro', isa => 'Int', required => 1); has CloudWatchLoggingOptionDescriptions => (is => 'ro', isa => 'ArrayRef[Paws::KinesisAnalytics::CloudWatchLoggingOptionDescription]'); has CreateTimestamp => (is => 'ro', isa => 'Str'); has InputDescriptions => (is => 'ro', isa => 'ArrayRef[Paws::KinesisAnalytics::InputDescription]'); has LastUpdateTimestamp => (is => 'ro', isa => 'Str'); has OutputDescriptions => (is => 'ro', isa => 'ArrayRef[Paws::KinesisAnalytics::OutputDescription]'); has ReferenceDataSourceDescriptions => (is => 'ro', isa => 'ArrayRef[Paws::KinesisAnalytics::ReferenceDataSourceDescription]'); 1; ### main pod documentation begin ### =head1 NAME Paws::KinesisAnalytics::ApplicationDetail =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 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. =head1 ATTRIBUTES =head2 B ApplicationARN => Str ARN of the application. =head2 ApplicationCode => Str Returns the application code that you provided to perform data analysis on any of the in-application streams in your application. =head2 ApplicationDescription => Str Description of the application. =head2 B ApplicationName => Str Name of the application. =head2 B ApplicationStatus => Str Status of the application. =head2 B ApplicationVersionId => Int Provides the current application version. =head2 CloudWatchLoggingOptionDescriptions => ArrayRef[L] 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). =head2 CreateTimestamp => Str Time stamp when the application version was created. =head2 InputDescriptions => ArrayRef[L] 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). =head2 LastUpdateTimestamp => Str Time stamp when the application was last updated. =head2 OutputDescriptions => ArrayRef[L] 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). =head2 ReferenceDataSourceDescriptions => ArrayRef[L] 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). =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut