ApplicationAppversionLifecycle

data class ApplicationAppversionLifecycle(val deleteSourceFromS3: Boolean? = null, val maxAgeInDays: Int? = null, val maxCount: Int? = null, val serviceRole: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to true to delete a version's source bundle from S3 when the application version is deleted.

Link copied to clipboard
val maxAgeInDays: Int? = null

The number of days to retain an application version ('max_age_in_days' and 'max_count' cannot be enabled simultaneously.).

Link copied to clipboard
val maxCount: Int? = null

The maximum number of application versions to retain ('max_age_in_days' and 'max_count' cannot be enabled simultaneously.).

Link copied to clipboard

The ARN of an IAM service role under which the application version is deleted. Elastic Beanstalk must have permission to assume this role.