SoftDeleteSettingsArgs

data class SoftDeleteSettingsArgs(val retentionDurationInDays: Output<Double>? = null, val state: Output<Either<String, SoftDeleteState>>? = null) : ConvertibleToJava<SoftDeleteSettingsArgs>

Soft delete related settings

Constructors

Link copied to clipboard
constructor(retentionDurationInDays: Output<Double>? = null, state: Output<Either<String, SoftDeleteState>>? = null)

Properties

Link copied to clipboard
val retentionDurationInDays: Output<Double>? = null

Soft delete retention duration

Link copied to clipboard
val state: Output<Either<String, SoftDeleteState>>? = null

State of soft delete

Functions

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