noncurrentVersionTransitions property

List<NoncurrentVersionTransition>? noncurrentVersionTransitions
final

Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.

Implementation

final List<NoncurrentVersionTransition>? noncurrentVersionTransitions;