Bucket Lifecycle Configuration V2Rule Noncurrent Version Transition Args
data class BucketLifecycleConfigurationV2RuleNoncurrentVersionTransitionArgs(val newerNoncurrentVersions: Output<String>? = null, val noncurrentDays: Output<Int>? = null, val storageClass: Output<String>) : ConvertibleToJava<BucketLifecycleConfigurationV2RuleNoncurrentVersionTransitionArgs>
Properties
Link copied to clipboard
Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.
Link copied to clipboard
Number of days an object is noncurrent before Amazon S3 can perform the associated action.
Link copied to clipboard
Class of storage used to store the object. Valid Values: GLACIER
, STANDARD_IA
, ONEZONE_IA
, INTELLIGENT_TIERING
, DEEP_ARCHIVE
, GLACIER_IR
.