BucketVersioningV2VersioningConfiguration

data class BucketVersioningV2VersioningConfiguration(val mfaDelete: String? = null, val status: String)

Constructors

constructor(mfaDelete: String? = null, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mfaDelete: String? = null

Specifies whether MFA delete is enabled in the bucket versioning configuration. Valid values: Enabled or Disabled.

Link copied to clipboard

Versioning state of the bucket. Valid values: Enabled, Suspended, or Disabled. Disabled should only be used when creating or importing resources that correspond to unversioned S3 buckets.