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
fun SoftDeletePolicyArgs(isSoftDeleteEnabled: Output<Boolean>? = null)

Functions

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

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.