ApplicationVersionLifecycleConfigResponse

data class ApplicationVersionLifecycleConfigResponse(val maxAgeRule: MaxAgeRuleResponse? = null, val maxCountRule: MaxCountRuleResponse? = null)

Definition of ApplicationVersionLifecycleConfig

Constructors

constructor(maxAgeRule: MaxAgeRuleResponse? = null, maxCountRule: MaxCountRuleResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify a max age rule to restrict the length of time that application versions are retained for an application.

Link copied to clipboard

Specify a max count rule to restrict the number of application versions that are retained for an application.