ApplicationTypeVersionsCleanupPolicyArgs

data class ApplicationTypeVersionsCleanupPolicyArgs(val maxUnusedVersionsToKeep: Output<Int>) : ConvertibleToJava<ApplicationTypeVersionsCleanupPolicyArgs>

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

Link copied to clipboard
fun ApplicationTypeVersionsCleanupPolicyArgs(maxUnusedVersionsToKeep: Output<Int>)

Functions

Link copied to clipboard
open override fun toJava(): ApplicationTypeVersionsCleanupPolicyArgs

Properties

Link copied to clipboard

Number of unused versions per application type to keep.