GarbageCollectionPropertiesArgs

data class GarbageCollectionPropertiesArgs(val enabled: Output<Boolean>? = null, val schedule: Output<String>? = null) : ConvertibleToJava<GarbageCollectionPropertiesArgs>

The garbage collection properties of the connected registry.

Constructors

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

Properties

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

Indicates whether garbage collection is enabled for the connected registry.

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

The cron expression indicating the schedule that the connected registry will run garbage collection.

Functions

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