ApplicationTypeVersionsCleanupPolicyResponse

data class ApplicationTypeVersionsCleanupPolicyResponse(val maxUnusedVersionsToKeep: Int)

The policy used to clean up unused versions. When the policy is not specified explicitly, the default unused application versions to keep will be 3.

Constructors

constructor(maxUnusedVersionsToKeep: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of unused versions per application type to keep.