AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails

The default S3 Object Lock retention mode and period that you want to apply to new objects placed in the specified Amazon S3 bucket.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int?

The number of days that you want to specify for the default retention period.

Link copied to clipboard
val mode: String?

The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.

Link copied to clipboard
val years: Int?

The number of years that you want to specify for the default retention period.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String