CodeContentDescription class
Describes details about the application code for a Flink-based Kinesis Data Analytics application.
Constructors
- CodeContentDescription.new({String? codeMD5, int? codeSize, S3ApplicationCodeLocationDescription? s3ApplicationCodeLocationDescription, String? textContent})
-
CodeContentDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- codeMD5 → String?
-
The checksum that can be used to validate zip-format code.
final
- codeSize → int?
-
The size in bytes of the application code. Can be used to validate
zip-format code.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3ApplicationCodeLocationDescription → S3ApplicationCodeLocationDescription?
-
The S3 bucket Amazon Resource Name (ARN), file key, and object version of
the application code stored in Amazon S3.
final
- textContent → String?
-
The text-format code
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