NoncurrentVersionTransition¶
-
class
aws_cdk.aws_s3.
NoncurrentVersionTransition
(*, storage_class, transition_after)¶ Bases:
object
Describes when noncurrent versions transition to a specified storage class.
- Parameters
storage_class (
StorageClass
) – The storage class to which you want the object to transition.transition_after (
Duration
) – Indicates the number of days after creation when objects are transitioned to the specified storage class. Default: No transition count.
Attributes
-
storage_class
¶ The storage class to which you want the object to transition.
- Return type