AppSpecContent class
A revision for an AWS Lambda or Amazon ECS deployment that is a
YAML-formatted or JSON-formatted string. For AWS Lambda and Amazon ECS
deployments, the revision is the same as the AppSpec file. This method
replaces the deprecated RawString
data type.
Constructors
- AppSpecContent({String? content, String? sha256})
-
AppSpecContent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- content → String?
-
The YAML-formatted or JSON-formatted revision string.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sha256 → String?
-
The SHA256 hash value of the revision content.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited