ApplicationMaxCountRule

data class ApplicationMaxCountRule(val deleteSourceFromS3: Boolean? = null, val enabled: Boolean? = null, val maxCount: Int? = null)

Constructors

Link copied to clipboard
constructor(deleteSourceFromS3: Boolean? = null, enabled: Boolean? = null, maxCount: Int? = null)

Types

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
val enabled: Boolean? = null

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

Link copied to clipboard
val maxCount: Int? = null

Specify the maximum number of application versions to retain.