SoftDeletePolicyArgs

data class SoftDeletePolicyArgs(val isSoftDeleteEnabled: Output<Boolean>? = null) : ConvertibleToJava<SoftDeletePolicyArgs>

Contains information about the soft deletion policy of the gallery.

Constructors

Link copied to clipboard
constructor(isSoftDeleteEnabled: Output<Boolean>? = null)

Properties

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

Enables soft-deletion for resources in this gallery, allowing them to be recovered within retention time.

Functions

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