toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.artifactregistry.kotlin.outputs
/
RepositoryCleanupPolicyMostRecentVersions
Repository
Cleanup
Policy
Most
Recent
Versions
data
class
RepositoryCleanupPolicyMostRecentVersions
(
val
keepCount
:
Int
?
=
null
,
val
packageNamePrefixes
:
List
<
String
>
?
=
null
)
Members
Constructors
Repository
Cleanup
Policy
Most
Recent
Versions
Link copied to clipboard
constructor
(
keepCount
:
Int
?
=
null
,
packageNamePrefixes
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
keep
Count
Link copied to clipboard
val
keepCount
:
Int
?
=
null
Minimum number of versions to keep.
package
Name
Prefixes
Link copied to clipboard
val
packageNamePrefixes
:
List
<
String
>
?
=
null
Match versions by package prefix. Applied on any prefix match.