RegistryRetentionPolicyArgs

data class RegistryRetentionPolicyArgs(val days: Output<Int>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<RegistryRetentionPolicyArgs>

Constructors

Link copied to clipboard
constructor(days: Output<Int>? = null, enabled: Output<Boolean>? = null)

Properties

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

The number of days to retain an untagged manifest after which it gets purged. Default is 7.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Boolean value that indicates whether the policy is enabled.

Functions

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