S3Retention

Contains the S3 Object Lock retention mode to be applied to all objects in the S3 Batch Operations job. If you don't provide Mode and RetainUntilDate data types in your operation, you will remove the retention from your objects. For more information, see Using S3 Object Lock retention with S3 Batch Operations in the Amazon S3 User Guide.

Types

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

Properties

Link copied to clipboard

The Object Lock retention mode to be applied to all objects in the Batch Operations job.

Link copied to clipboard

The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.

Functions

Link copied to clipboard
inline fun copy(block: S3Retention.Builder.() -> Unit = {}): S3Retention
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