GetApplicationAppversionLifecycle

data class GetApplicationAppversionLifecycle(val deleteSourceFromS3: Boolean, val maxAgeInDays: Int, val maxCount: Int, val serviceRole: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether delete a version's source bundle from S3 when the application version is deleted.

Link copied to clipboard

Number of days to retain an application version.

Link copied to clipboard

Maximum number of application versions to retain.

Link copied to clipboard

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