ApplicationVersionLifecycleConfig class
The application version lifecycle settings for an application. Defines the rules that Elastic Beanstalk applies to an application's versions in order to avoid hitting the per-region limit for application versions.
When Elastic Beanstalk deletes an application version from its database, you can no longer deploy that version to an environment. The source bundle remains in S3 unless you configure the rule to delete it.
Constructors
- ApplicationVersionLifecycleConfig({MaxAgeRule? maxAgeRule, MaxCountRule? maxCountRule})
- ApplicationVersionLifecycleConfig.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAgeRule → MaxAgeRule?
-
Specify a max age rule to restrict the length of time that application
versions are retained for an application.
final
- maxCountRule → MaxCountRule?
-
Specify a max count rule to restrict the number of application versions that
are retained for an application.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited