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