ApplicationDetail class

Describes the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configurations.

Constructors

ApplicationDetail({required String applicationARN, required String applicationName, required ApplicationStatus applicationStatus, required int applicationVersionId, required RuntimeEnvironment runtimeEnvironment, ApplicationConfigurationDescription? applicationConfigurationDescription, String? applicationDescription, List<CloudWatchLoggingOptionDescription>? cloudWatchLoggingOptionDescriptions, DateTime? createTimestamp, DateTime? lastUpdateTimestamp, String? serviceExecutionRole})
ApplicationDetail.fromJson(Map<String, dynamic> json)
factory

Properties

applicationARN String
The ARN of the application.
final
applicationConfigurationDescription ApplicationConfigurationDescription?
Provides details about the application's Java, SQL, or Scala code and starting parameters.
final
applicationDescription String?
The description of the application.
final
applicationName String
The name of the application.
final
applicationStatus ApplicationStatus
The status of the application.
final
applicationVersionId int
Provides the current application version. Kinesis Data Analytics updates the ApplicationVersionId each time you update the application.
final
cloudWatchLoggingOptionDescriptions List<CloudWatchLoggingOptionDescription>?
Describes the application Amazon CloudWatch logging options.
final
createTimestamp DateTime?
The current timestamp when the application was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTimestamp DateTime?
The current timestamp when the application was last updated.
final
runtimeEnvironment RuntimeEnvironment
The runtime environment for the application (SQL-1.0, FLINK-1_6, or FLINK-1_8).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceExecutionRole String?
Specifies the IAM role that the application uses to access external resources.
final

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