Deployment class

Describes a deployment of a stack or app.

Constructors

Deployment({String? appId, DeploymentCommand? command, String? comment, String? completedAt, String? createdAt, String? customJson, String? deploymentId, int? duration, String? iamUserArn, List<String>? instanceIds, String? stackId, String? status})
Deployment.fromJson(Map<String, dynamic> json)
factory

Properties

appId String?
The app ID.
final
command DeploymentCommand?
Used to specify a stack or deployment command.
final
comment String?
A user-defined comment.
final
completedAt String?
Date when the deployment completed.
final
createdAt String?
Date when the deployment was created.
final
customJson String?
A string that contains user-defined custom JSON. It can be used to override the corresponding default stack configuration attribute values for stack or to pass data to recipes. The string should be in the following format:
final
deploymentId String?
The deployment ID.
final
duration int?
The deployment duration.
final
hashCode int
The hash code for this object.
no setterinherited
iamUserArn String?
The user's IAM ARN.
final
instanceIds List<String>?
The IDs of the target instances.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackId String?
The stack ID.
final
status String?
The deployment status:
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