ApplicationDetail class

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

Constructors

ApplicationDetail({required String applicationARN, required String applicationName, required ApplicationStatus applicationStatus, required int applicationVersionId, String? applicationCode, String? applicationDescription, List<CloudWatchLoggingOptionDescription>? cloudWatchLoggingOptionDescriptions, DateTime? createTimestamp, List<InputDescription>? inputDescriptions, DateTime? lastUpdateTimestamp, List<OutputDescription>? outputDescriptions, List<ReferenceDataSourceDescription>? referenceDataSourceDescriptions})
ApplicationDetail.fromJson(Map<String, dynamic> json)
factory

Properties

applicationARN String
ARN of the application.
final
applicationCode String?
Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
final
applicationDescription String?
Description of the application.
final
applicationName String
Name of the application.
final
applicationStatus ApplicationStatus
Status of the application.
final
applicationVersionId int
Provides the current application version.
final
cloudWatchLoggingOptionDescriptions List<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.
final
createTimestamp DateTime?
Time stamp when the application version was created.
final
hashCode int
The hash code for this object.
no setterinherited
inputDescriptions List<InputDescription>?
Describes the application input configuration. For more information, see Configuring Application Input.
final
lastUpdateTimestamp DateTime?
Time stamp when the application was last updated.
final
outputDescriptions List<OutputDescription>?
Describes the application output configuration. For more information, see Configuring Application Output.
final
referenceDataSourceDescriptions List<ReferenceDataSourceDescription>?
Describes reference data sources configured for the application. For more information, see Configuring Application Input.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited