ApplicationMaxAgeRuleArgs

data class ApplicationMaxAgeRuleArgs(val deleteSourceFromS3: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val maxAgeInDays: Output<Int>? = null) : ConvertibleToJava<ApplicationMaxAgeRuleArgs>

Constructors

Link copied to clipboard
constructor(deleteSourceFromS3: Output<Boolean>? = null, enabled: Output<Boolean>? = null, maxAgeInDays: Output<Int>? = null)

Properties

Link copied to clipboard
val deleteSourceFromS3: Output<Boolean>? = null

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

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

Link copied to clipboard
val maxAgeInDays: Output<Int>? = null

Specify the number of days to retain an application versions.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationMaxAgeRuleArgs