Application Appversion Lifecycle Args
data class ApplicationAppversionLifecycleArgs(val deleteSourceFromS3: Output<Boolean>? = null, val maxAgeInDays: Output<Int>? = null, val maxCount: Output<Int>? = null, val serviceRole: Output<String>) : ConvertibleToJava<ApplicationAppversionLifecycleArgs>
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
The number of days to retain an application version ('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.