ApplicationCodeConfigurationDescription class

Describes code configuration for a Flink-based Kinesis Data Analytics application.

Constructors

ApplicationCodeConfigurationDescription({required CodeContentType codeContentType, CodeContentDescription? codeContentDescription})
ApplicationCodeConfigurationDescription.fromJson(Map<String, dynamic> json)
factory

Properties

codeContentDescription CodeContentDescription?
Describes details about the location and format of the application code.
final
codeContentType CodeContentType
Specifies whether the code content is in text or zip format.
final
hashCode int
The hash code for this object.
no setterinherited
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