DeploymentStrategy class

Constructors

DeploymentStrategy({int? deploymentDurationInMinutes, String? description, int? finalBakeTimeInMinutes, double? growthFactor, GrowthType? growthType, String? id, String? name, ReplicateTo? replicateTo})
DeploymentStrategy.fromJson(Map<String, dynamic> json)
factory

Properties

deploymentDurationInMinutes int?
Total amount of time the deployment lasted.
final
description String?
The description of the deployment strategy.
final
finalBakeTimeInMinutes int?
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
final
growthFactor double?
The percentage of targets that received a deployed configuration during each interval.
final
growthType GrowthType?
The algorithm used to define how percentage grew over time.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The deployment strategy ID.
final
name String?
The name of the deployment strategy.
final
replicateTo ReplicateTo?
Save the deployment strategy to a Systems Manager (SSM) document.
final
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