Bucket Lifecycle Configuration V2Rule Transition Args
    data class BucketLifecycleConfigurationV2RuleTransitionArgs(val date: Output<String>? = null, val days: Output<Int>? = null, val storageClass: Output<String>) : ConvertibleToJava<BucketLifecycleConfigurationV2RuleTransitionArgs> 
Constructors
Link copied to clipboard
                fun BucketLifecycleConfigurationV2RuleTransitionArgs(date: Output<String>? = null, days: Output<Int>? = null, storageClass: Output<String>)
Functions
Properties
Link copied to clipboard
                Date objects are transitioned to the specified storage class. The date value must be in RFC3339 full-date format e.g. 2023-08-22.
Link copied to clipboard
                Number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer. If both days and date are not specified, defaults to 0. Valid values depend on storage_class, see Transition objects using Amazon S3 Lifecycle for more details.