![]() |
![]()
| ![]() |
![]()
NAMEPaws::KinesisAnalytics::ApplicationDetail USAGEThis 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 DESCRIPTIONThis 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. ATTRIBUTESREQUIRED ApplicationARN => StrARN of the application. ApplicationCode => StrReturns the application code that you provided to perform data analysis on any of the in-application streams in your application. ApplicationDescription => StrDescription of the application. REQUIRED ApplicationName => StrName of the application. REQUIRED ApplicationStatus => StrStatus of the application. REQUIRED ApplicationVersionId => IntProvides 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 => StrTime 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 => StrTime 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 ALSOThis class forms part of Paws, describing an object used in Paws::KinesisAnalytics BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|