MaxAgeRule

A lifecycle rule that deletes application versions after the specified number of days.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

Link copied to clipboard

Specify true to apply the rule, or false to disable it.

Link copied to clipboard

Specify the number of days to retain an application versions.

Functions

Link copied to clipboard
inline fun copy(block: MaxAgeRule.Builder.() -> Unit = {}): MaxAgeRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String