BucketVersioningConfigurationArgs

data class BucketVersioningConfigurationArgs(val status: Output<BucketVersioningConfigurationStatus>) : ConvertibleToJava<BucketVersioningConfigurationArgs>

Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon S3 API Reference. When you enable versioning on a bucket for the first time, it might take a short amount of time for the change to be fully propagated. We recommend that you wait for 15 minutes after enabling versioning before issuing write operations (`PUT` or `DELETE`) on objects in the bucket.

Constructors

Link copied to clipboard
constructor(status: Output<BucketVersioningConfigurationStatus>)

Properties

Link copied to clipboard

The versioning state of the bucket.

Functions

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