RepositoryCleanupPolicyMostRecentVersionsArgs

data class RepositoryCleanupPolicyMostRecentVersionsArgs(val keepCount: Output<Int>? = null, val packageNamePrefixes: Output<List<String>>? = null) : ConvertibleToJava<RepositoryCleanupPolicyMostRecentVersionsArgs>

Constructors

constructor(keepCount: Output<Int>? = null, packageNamePrefixes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val keepCount: Output<Int>? = null

Minimum number of versions to keep.

Link copied to clipboard
val packageNamePrefixes: Output<List<String>>? = null

Match versions by package prefix. Applied on any prefix match.

Functions

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