MaxCountRule

A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.

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 maximum number of application versions to retain.

Functions

Link copied to clipboard
inline fun copy(block: MaxCountRule.Builder.() -> Unit = {}): MaxCountRule
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