Get Application Appversion Lifecycle
data class GetApplicationAppversionLifecycle(val deleteSourceFromS3: Boolean, val maxAgeInDays: Int, val maxCount: Int, val serviceRole: String)
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
ARN of an IAM service role under which the application version is deleted. Elastic Beanstalk must have permission to assume this role.